home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Critical Thinking Skills / Workplace Effectiveness: Critical Thinking Skills.iso / pc / Files / Patterns.dxr / 00022_clicking on grey screen.ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  265 b   |  11 lines

  1. global gExtendData, coinSp, responseSp, greyScreenSp, gSection
  2.  
  3. on mouseDown
  4.   if gSection = #example then
  5.     go("example selection")
  6.   else
  7.     setPuppetState([responseSp, coinSp, greyScreenSp], #d, 0)
  8.     setBlanks(gExtendData, EMPTY, EMPTY, EMPTY)
  9.   end if
  10. end
  11.